Skip to content

CLN: Move print_versions into pandas proper. #4760

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 6, 2013

Conversation

jtratner
Copy link
Contributor

@jtratner jtratner commented Sep 6, 2013

Moves print_versions under util so that it can be called from buildbot
(and so we can tell people to run from pandas.util.print_versions import show_versions; show_versions()
when trying to debug)

cc @yarikoptic

@jtratner
Copy link
Contributor Author

jtratner commented Sep 6, 2013

Any objections? This is minor...

CLN: Make print_versions export a method

Make ci/print_versions call pandas/util/print_versions
@cpcloud
Copy link
Member

cpcloud commented Sep 6, 2013

fine by me

@jtratner
Copy link
Contributor Author

jtratner commented Sep 6, 2013

I checked that running python print_versions.py works and this runs appropriately on Travis [i.e. it prints versions]

jtratner added a commit that referenced this pull request Sep 6, 2013
CLN: Move print_versions into pandas proper.
@jtratner jtratner merged commit 7577489 into pandas-dev:master Sep 6, 2013
@jtratner jtratner deleted the add-versions-method branch September 6, 2013 02:49
@jtratner
Copy link
Contributor Author

jtratner commented Sep 6, 2013

@yarikoptic - ask and ye shall receive, you can use:

from pandas.util.print_versions import show_versions
show_versions()

@ghost ghost mentioned this pull request Nov 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants